Meta description:

When making an action that deals Ice damage, the character can spend 3 SP to create a 3m wide ice rink at the impact point for the next 5 seconds. Every creature crossing the ice rink a their normal speed have to make an Acrobatics test. On a failed test the creature fall prone. In order to not be affected by it, a creature can cross the ice rink at half their movement speed.

  • Name:

    mIceRinkI

  • Displayed name:

    Ice rink I

  • Description:

    When making an action that deals Ice damage, the character can spend 3 SP to create a 3m wide ice rink at the impact point for the next 5 seconds. Every creature crossing the ice rink a their normal speed have to make an Acrobatics test. On a failed test the creature fall prone. In order to not be affected by it, a creature can cross the ice rink at half their movement speed.

  • Cost:

    expCost(200,100)-0

  • Script:

  • Duration:

    -1

  • Type:

    0

  • Recurrent script:

  • Add ons:

    • Condition:

      iceDamage

    • Description:

    • Variables:

      vRinkSize.add(3) vRinkDuration.add(5)

    • Script:

    • Action effects:

      • Use case:

        vUseRink

      • Name:

        Ice rink

      • Description:

        The character can spend 3 SP to create a vRinkSize meter wide ice rink at this impact point for the next vRinkDuration seconds.

      • Script:

        mIceRink.create.effects(Ice rink) mIceRink.description.set_(Every creature crossing the ice rink a their normal speed have to make an Acrobatics test. On a failed test the creature fall prone. In order to not be affected by it, a creature can cross the ice rink at half their movement speed.) mIceRink.duration.set(vRinkDuration) mIceRink.script.set_() mIceRink.activate()

      • Variables:

        vUseRink.choice(Ice rink,[Not created,Created],[0,1])

  • Upgrades: